gotest.tools/v3/internal/difflib.SequenceMatcher.findLongestMatch (method)

2 uses

	gotest.tools/v3/internal/difflib (current package)
		difflib.go#L196: func (m *SequenceMatcher) findLongestMatch(alo, ahi, blo, bhi int) Match {
		difflib.go#L287: 		match := m.findLongestMatch(alo, ahi, blo, bhi)